home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Le Casse Dents.swf / scripts / frame_90 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  156 b   |  10 lines

  1. stopDrag();
  2. for(dent in "Structures")
  3. {
  4.    if(typeof Structures[dent] == "movieclip")
  5.    {
  6.       removeMovieClip(Structures[dent]);
  7.    }
  8. }
  9. play();
  10.